projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b7fc4f
)
ci/github: add a job for --without-libsystemd
author
Luca BRUNO
<luca.bruno@coreos.com>
Fri, 6 May 2022 10:07:24 +0000
(10:07 +0000)
committer
Luca BRUNO
<luca.bruno@coreos.com>
Fri, 6 May 2022 10:07:24 +0000
(10:07 +0000)
.github/workflows/tests.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/tests.yml
b/.github/workflows/tests.yml
index 13e33535f09ec49acd61bb283ff7eccfd70cb46e..8c0ae5f6eecd5bad10d2a76439f17cbef3c4510f 100644
(file)
--- a/
.github/workflows/tests.yml
+++ b/
.github/workflows/tests.yml
@@
-82,6
+82,15
@@
jobs:
apt-get update
apt-get install -y git libc6:amd64 libstdc++6:amd64
+ # A build without libsystemd support, similar to what flatpak-builder does.
+ - name: Debian Stable without libsystemd
+ image: debian:stable-slim
+ pre-checkout-setup: |
+ apt-get update
+ apt-get install -y git
+ configure-options: >-
+ --without-libsystemd
+
- name: Debian Testing
image: debian:testing-slim
pre-checkout-setup: |